ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class
Properties Methods Events


In This Topic
    C1WrapCollectionView<S,T> Class Members
    In This Topic

    The following tables list the members exposed by C1WrapCollectionView<S,T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public PropertyGets or sets the current item in the view. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public PropertyGets the current position. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public PropertyGets the filter expression applied to the data.  
    Public PropertyGets the group descriptions applied to the data.  
    Public PropertyGets a value indicating whether this collection can load more items.  
    Public PropertyGets whether the group items will be inline with the data items or the items will be the first level of group items.  
    Public PropertyGets a value indicating whether the collection view is being updated.  
    Public PropertyGets the element at the specified index in the read-only list. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public PropertyGets the sort descriptions applied to the data.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the original source collection.  
    Protected PropertyGets a value indicating whether the source collection is a list.  
    Protected PropertyGets a value indicating whether the source collection is an System.Collections.ObjectModel.ObservableCollection`1.  
    Protected PropertyGets a value indicating whether the source collection notifies changes.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns whether the collection view is able to filter the specified expression.  
    Public MethodReturns whether the collection view is able to group the specified group descriptions.  
    Public MethodDetermines whether a new item can be inserted in the collection at the specified index.  
    Public MethodDetermines whether the item at fromIndex can be moved to toIndex.  
    Public MethodDetermines whether the collection can be refreshed.  
    Public MethodDetermines whether the item at the specified index can be removed from the collection.  
    Public MethodDetermines whether the item at the specified index can be replaced in the collection.  
    Public MethodReturns whether the collection view is able to sort the specified sort descriptions.  
    Public MethodFilters the data using specified filter expression.  
    Public MethodOverridden. Get the type of the items in the collection.  
    Public MethodGroups the collection view according to the specified group descriptions.  
    Public MethodGets the index of the specified item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public MethodInserts the specified item at the specified index in the collection.  
    Public MethodLoads more items asynchronously.  
    Public MethodMoves an item from the specified position to the new one.  
    Public MethodSets the specified item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public MethodSets the first item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public MethodSets the last item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public MethodSets the item after the CurrentItem in the view as the CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public MethodSets the item at the specified index in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public MethodSets the item before the CurrentItem in the view as the CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public MethodRefreshes the collection data.  
    Public MethodRemoves the item at the specified index from the collection.  
    Public MethodReplaces the item at the specified index by the new specified item.  
    Public MethodSorts the collection view according to the specified sort descriptions.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the internal list from the source.  
    Protected MethodRaises the CollectionChanged event. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Protected MethodRaises the CurrentChanged event. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Protected MethodRaises the CurrentChanging event. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Protected MethodCalled after the filter changed.  
    Protected MethodCalled after the groups changed.  
    Protected MethodRaises the PropertyChanged event. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Protected MethodCalled after the sort changed.  
    Protected MethodCalled when the source collection changed.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after the collection changed. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public EventOccurs after the current item changed. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public EventOccurs when the current item is changing. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public EventRaised after a filter operation was performed.  
    Public EventRaised after a grouping operation was performed.  
    Public EventOccurs when a property value changes. (Inherited from C1.CollectionView.C1CollectionViewBase<T>)
    Public EventRaised after a sort operation was performed.  
    Top
    See Also